home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / man-db / TODO < prev   
Text File  |  2008-01-06  |  934b  |  27 lines

  1. In progress:
  2.  
  3. * store .so link in the db.
  4. * reduce wasted/duplicated text stored within the databases.
  5.   10-20% database size reduction so far.
  6. * pipeline library:
  7.   - make COMMAND_FUNCTION child reentrant, so it doesn't have to be a
  8.     subprocess; will save lots of forks of zlib children in mandb
  9.  
  10. In need of attention:
  11.  
  12. * clear up the use of troff and/or groff
  13. * complete configuration file redesign to allow better dynamic determination 
  14.   of programs/paths/extensions etc.
  15. * look at work done by Andries.
  16. * multiple debug levels?
  17.  
  18. Case-insensitive lookup transition:
  19.  
  20. * Solaris layout is broken.
  21. * Need to make sure pointers trigger an exact-case lookup [done for whatis].
  22.  
  23. Apparently db3's compatibility API is, er, less than compatible.
  24. (Specifically, it isn't possible to write correct error-handling code that
  25. works in the compatibility API, nor that works in both db2 and db3.) I
  26. suppose I have to write a db_newbdb.c now.
  27.